Fixed comment
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 20 Mar 2005 14:26:37 +0000 (14:26 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 20 Mar 2005 14:26:37 +0000 (14:26 +0000)
includes/Database.php

index 64004f6..a43f5b0 100644 (file)
@@ -1121,7 +1121,7 @@ class Database {
        }
 
        /**
-        * @return string Always return 'LOW_PRIORITY'
+        * @return string Returns the text of the low priority option if it is supported, or a blank string otherwise
         */
        function lowPriorityOption() {
                return 'LOW_PRIORITY';